body {
    overflow-y: scroll;
    font-family: 'Microsoft YaHei', 'Pingfang CS', 'Helvetica', 'Arial';
    background: #f5f5f5 !important;
}
select{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

p,
a {
    font-family: 'Microsoft YaHei', 'Pingfang CS', 'Helvetica', 'Arial';
    text-decoration: none;
    color: #2E2E30;
}

table,
td,
th {
    border-spacing: 0;
    border-collapse: collapse
}

img {
    vertical-align: middle;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

q:before,
q:after {
    content: '';
}

.mt40 {
    margin-top: 40px
}

abbr,
acronym {
    border: 0;
}

img {
    vertical-align: middle;
}

.mt60 {
    margin-top: 60px !important;
}

.blank40 {
    height: 10px;
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

/* Custom CSS
   * --------------------------------------- */
body {
    font-family: 'Microsoft YaHei', 'Pingfang CS', 'Helvetica', 'Arial';

}

#Header {
    width: 100%;
}

#Content {
    /* padding-bottom: 40px;
    overflow: hidden; */
}

#Content2 {
    overflow: hidden;
}

#Content1 {
    /* width: 1200px; */
    margin: auto;
}

#Footer {
    background: rgb(24, 42, 30);
    transition: unset;
    /* overflow: hidden;
    background: #0b3159; */
    clear: both;
}

.w1200 {
    /* width: 100%; */
    width: 1200px;
    margin: auto;
}

.con1 {
    width: 792px;
    float: left;
    overflow: hidden;
}

.con3 {
    width: 384px;
    float: right;
}

.foot {
    padding: 20px 0;
    width: 1200px;
    margin: auto;
    font-size: 12px;
    color: #8E8E92;
    line-height: 12px;
    font-weight: 400;
    text-align: center;
}

.foot p {
    padding-bottom: 6px;
    color: #fff;
}

.foot a {
    color: #fff;
}

/*heard*/
.inner_width {
    /* width: 100%; */
    height: 16px;
}

.inner_width a {
    color: #2E2E30;
}

#inner_left {
    /* width: 50%; */
    float: right;
    font-size: 12px;
    color: #fff;
}

.sskk {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sskk .search {
    margin-left: 20px;
}

.sskk .search .txt {
    padding: 4px 5px;
}

.sskk .search .but {
    border: 2px #0d9e4e solid;
    background: #0d9e4e;
    color: #fff;
}

#inner_right {
    /* width: 50%; */
    /* float: right; */
    font-size: 12px;
    /* text-align: right; */
}

#inner_right a {
    color: #fff;
    border-right: 1px solid #D8D8DC;
    padding: 0 24px;
}

#inner_right a img {
    margin-right: 5px;
}

.en {
    text-align: right;
    float: right;
    padding-left: 24px;
    font-size: 12px;
    color: #2E2E30;
}

.logo_20 {
    width: 200px;
    padding-top: 11px;
    float: left;
}

.logo_20 img {
    width: 128px;
    float: left;
}

.nav_20 {
    width: 745px;
    /* width: 830px; */
    float: right;
    padding-top: 20px;
    margin-right: -32px;
}

.nav_20 li {
    float: left;
    font-size: 16px;
    padding: 0 11px;
    /* padding: 0 16px; */
}

.nav_20 li a {
    color: #fff;
}

.nav_20 li #CurrentlyNode1 a,
.nav_20 li:hover a {
    color: #ff9900;
}

.nav_20 li #CurrentlyNode,
.nav_20 li #CurrentlyPathNode {
    color: #fff;
    position: relative;
    background: #0d9e4e;
    padding: 3px 6px;
}

.nav_20 li #CurrentlyNode a,
.nav_20 li #CurrentlyPathNode a {
    color: #fff;
}

.nav_20 li .home {
    color: #18AE66;
    position: relative;
    background: #0d9e4e;
    padding: 3px 6px;
}

.nav_20 li .home1 {
    position: relative;
}

.nav_20 li .home a {
    color: #fff;
}

.nav_20 li .home1:hover {
    color: #18AE66;
}

/* 头部友情链接 */
.hd_select {
    width: 50%;
    float: right;
}

.hd_select .elink {
    float: right;
    position: relative;
    margin-left: 24px;
}

.hd_select .elink_t {
    padding: 0 24px 0 0;
    position: relative;
    font-size: 12px;
    color: #2E2E30;
    border-right: 1px solid #ccc;
}

.hd_select .elink_t:after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    right: 16px;
    top: 7px;
    border-left: 1px solid #8E8E92;
    border-bottom: 1px solid #8E8E92;
    -webkit-transform: translate(1px, -1px) rotate(-45deg);
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

.hd_select .elink .show-link {
    display: none;
    position: absolute;
    left: -24px;
    top: 24px;
    overflow: hidden;
    background: #f1f1f1;
    min-width: 100%;
    z-index: 99;
    box-shadow: 1px 5px 5px 1px rgba(0, 0, 0, 0.14);
    padding: 5px 0 10px
}


.ftlink .elink_t {
    padding: 0 0 0 20px;
    position: relative;
    font-size: 14px;
    color: #18AE66;

}

.ftlink .elink_t:after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    right: -7px;
    top: 7px;
    border-left: 1px solid #18AE66;
    border-bottom: 1px solid #18AE66;
    -webkit-transform: translate(1px, -1px) rotate(-45deg);
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

.ftlink .elink .show-link {
    top: 24px;
    display: none;
    position: absolute;
    left: 0;
    overflow: hidden;
    background: #f1f1f1;
    width: 100%;
    z-index: 99;
    box-shadow: 1px 5px 5px 1px rgba(0, 0, 0, 0.14);
    background-color: #f1f1f1;
    padding: 5px 0;

}

.elink .show-link>span,
.ftlink .elink .show-link>span {
    display: block;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ftlink {
    float: left;
}

.ftlink .elink {
    position: relative;
    float: left;
    margin-top: 13px;
}

.hd_select .elink .show-link li,
.ftlink .elink .show-link a {
    padding: 5px 10px 0;
    font-size: 12px;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #fff;
}

.ftlink .elink .show-link a {
    width: 80px;
}

#searchmenu input[name="content"] {
    border-radius: 5px 0 0 5px;
    border: none;
    background: #eee;
    padding: 6px;
    margin: 0 auto 10px;
    height: 23px;
}

#searchmenu button {
    width: 80px;
    color: #fff;
    background: #006d46;
    right: 10px;
    -webkit-appearance: none;
    height: 35px;
    border: none;
    margin: 10px auto;
    border-radius: 0 5px 5px 0;
}

/*banner*/
.focus1 {
    width: 1200px;
    height: 400px;
    margin: 0 auto 40px auto;
    background: ;
    overflow: hidden;
    text-align: left;
    position: relative;
}

.flexslider {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}

.flexslider .slides img {
    display: block;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -50%;
    height: 400px;
}

.slides li {
    text-align: center;
}

.flexslider .flex-control-nav {
    display: none;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 100;
    right: 12px;
}

.flexslider .flex-control-nav li {
    display: inline-block;
    float: right;
}

.flexslider .flex-control-nav li a {
    display: inline-block;
    width: 10px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    text-indent: -9999em;
    margin-left: 6px;
    cursor: pointer;
    opacity: 0.4;
    text-right: right;
}

.flexslider .flex-control-nav li .flex-active {
    background: #18AE66;
    opacity: 1;
}

.flex-direction-nav {
    display: none
}

/*焦点图*/
.slide-all {
    margin-top: 40px;
}

.g-t {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #EAEAEE;
    margin-bottom: 14px;
}

.g-t #NodeTitle {
    font-size: 22px;
    float: left;
    font-weight: 400;
    padding-left: 16px;
}

.g-t #NodeTitle:before {
    content: "";
    width: 8px;
    height: 20px;
    background: #18AE66;
    border-radius: 4px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.g-t a {
    float: right;
    font-size: 12px;
    color: #8E8E92;
    text-align: right;
}

.slide-list {
    width: 100%;
}

.slide-list li {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.slide-list li #ReportIDname {
    font-size: 18px;
    color: #2E2E30;
    padding-left: 12px;
}

.new_text #ReportIDgetSubhead {
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.shanchu {
    line-height: 0 !important;
}

.slide-list li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #D8D8DC;
    border-radius: 4px;
    position: absolute;
    bottom: 16px;
    left: 0;
}

.slide-list li #ReportIDIssueTime {
    float: right;
    font-size: 12px;
    color: #8E8E92;
}

/*客服热线*/

.tel_list {
    display: block;
}

.tel_list li {
    height: 40px;
    line-height: 40px;
    display: block;
}

.tel_list li #VenuesIDSubject {
    font-size: 16px;
    color: #2E2E30;
    font-weight: 400;
    float: left;
    padding-right: 38px;
}

.tel_list li #VenuesIDContent {
    font-size: 18px;
    color: #18AE66;
    font-weight: 700;
}

.ewm {
    width: 282px;
    height: 356px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(2, 18, 40, 0.06);
    border-radius: 4px;
    margin-top: 40px;
}

.ewm li {
    padding-top: 20px;
    display: block;
    text-align: center;
}

.ewm li #tu {
    width: 120px;
    margin: auto;
}

.ewm li #tu img {
    width: 120px;
    height: 120px;
    border: 1px solid #CCCCCC;
}

.ewm li p {
    display: block;
    padding-top: 12px;
    font-size: 12px;
    color: #8E8E92;
    line-height: 14px;
    font-weight: 400;
}

/*页脚内容*/

.yq_list {
    width: 1200px;
    margin: auto;
    border-bottom: 1px solid #EAEAEE;
}

.yq_list .zhong {
    padding: 22px 0px 20px 0px;
    line-height: 20px;
    display: block;
    overflow: hidden;
}

.yq_list .zhong span {
    font-size: 16px;
    color: #8E8E92;
    float: left;
}

.yq_list .zhong ul {
    float: left;
    left: 144px;
    position: absolute;
    z-index: 0;
}

.yq_list .zhong li {
    float: left;
    border-left: 1px solid #D8D8DC;
    font-size: 14px;
    color: #2E2E30;
    padding: 0 22px;
}

.yq_list .zhong li a {
    color: #2E2E30;
}

.zuox {
    display: block;
    text-align: right;
    padding-bottom: 12px;
    margin-top: -10px;
}

.zuox a {
    font-size: 12px;
    color: #2E2E30;
    padding-left: 24px;
}

/*业务推介*/

.slideGroup {
    width: 100%;
}

.slideGroup li {
    text-align: center;
    margin-right: 10px;
    float: left;
}

.slideGroup .slideBox li img {
    width: 122px;
    height: 122px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9px
}

.slideGroup .slideBox li #NodeTitle a {
    font-size: 16px;
    color: #2E2E30;
    text-align: center;
    line-height: 18px;
}

.slideGroup {}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0 0px 56px;
    position: relative;
}

.slideGroup .sPrev {
    position: absolute;
    left: 0px;
    top: 10px;
    display: block;
    width: 32px;
    height: 160px;
    background: url(/res/branch/structure/21021537.png) left center no-repeat
}

.slideGroup .sNext {
    display: block;
    width: 32px;
    height: 160px;
    right: 0px;
    top: 10px;
    background: url(/res/branch/structure/21021536.png) center center no-repeat;
    position: absolute;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.g_tit {
    font-size: 21px;
    color: #006d46;
    border-top: solid 1px #d2d2d2;
    padding: 12px 10px;
    font-weight: bold;
}

.g_tit:after {
    content: "";
    display: table;
    clear: both
}

/*右侧样式*/

.abcont {
    padding: 20px 0px;
}

.abcont span img {
    width: 100%;
    display: block;
}

.abcont #NodeText {
    display: block;
    line-height: 32px;
    font-size: 18px;
    margin-top: 15px;
    color: #2E2E30;
}

.abcont #NodeText a {
    color: #18AE66;
}

.video {
    text-align: center;
    background: #F6F6FA;
    margin-top: 20px;
}

.video #VideoIDhplayer {
    width: 384px;
    overflow: hidden;
    height: 216px;
}

.video #VideoIDhplayer video {
    width: 384px;
    height: 216px;
}

.video #VideoIDsubject {
    height: 40px;
    line-height: 35px;
    display: block;
    text-align: center;
}

.video #VideoIDsubject a {
    font-size: 16px;
    color: #2E2E30;
}



/*底部广告*/
.tian_out {
    width: 110%;
    display: block;
    margin: 40px 0;
    overflow: hidden;
}

.tian_out li {
    float: left;
    width: 282px;
    margin-right: 24px;
}

.tian_out li img {
    width: 282px;
    height: 120px;
}

.ms_img {
    float: left;
    margin-left: 5px;
}

.title1 h2 {
    font-size: 28px;
    text-align: center;
    color: #0a0a0a;
    font-weight: bold;
    padding-top: 56px;
    position: relative;
    z-index: 51;
    /* font-family: "Microsoft YaHei"; */
    font-family: TaiBeiHei, TaiBeiHei-Bold;
}

.title1 h3 {
    font-size: 42px;
    text-align: center;
    color: #ebebeb;
    font-weight: bold;
    position: relative;
    top: -25px;
    z-index: 50;
}

.news {
    /* width: 1293px; */
    height: 676px;
    background: linear-gradient(180deg, #ffffff, #ffffff 25%, rgba(255, 255, 255, 0.00));
    border-radius: 6px;
    /* box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15); */
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
    margin-top: -80px;
    position: relative;
    z-index: 100;
}

.news1 {
    width: 370px;
    height: 426px;
    background: #ffffff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.picture1 {
    width: 347px;
    height: 182px;
    overflow: hidden;
}

.picture1 img {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    transition: all .6s;
}

.picture1 img:hover {
    transform: scale(1.2);
}

.news1 h3 {
    width: 316px;
    height: 50px;
    border-radius: 0px;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Microsoft YaHei" -Bold;
    font-weight: bold;
    text-align: JUSTIFY;
    color: #282828;
    line-height: 25px;
}

.news1 h3 a:hover {
    /* color: #ff9900; */
    color: #0d9e4e;
}

.news1 p {
    width: 323px;
    height: 84px;
    font-size: 14px;
    font-weight: normal;
    text-align: JUSTIFY;
    color: #a1a1a1;
    line-height: 28px;
    opacity: 0.7;
}

.butt {
    width: 323px;
    display: flex;
}

.butt button {
    width: 94px;
    height: 30px;
    background: #0d9e4e;
    border: 0;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.butt button:hover {
    background: #ff9900;
}

.three1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.three1 .coordination {
    background-image: url("/res/software1/structure/23127528.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.three1 .number1 {
    background-image: url("/res/software1/structure/23127530.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.three1 .countryside {
    background-image: url("/res/software1/structure/23127532.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* .hsmb {
    width: 393px;
    height: 572px;
  
  } */

.china-post {
    width: 393px;
    height: 572px;
    /* opacity: 0.5;
    background: #000000; */
}

.china-post .hsmb {
    width: 393px;
    height: 572px;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 10;
}

.china-post h3 {
    height: 34px;
    font-size: 24px;
    font-weight: bold;
    text-align: LEFT;
    color: #ebebeb;
    padding-left: 31px;
    /* padding-top: 349px; */
    position: relative;
    top: -210px;
    z-index: 11;
}

.china-post p {
    width: 332px;
    height: 120px;
    opacity: 0.7;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    padding-left: 31px;
    padding-top: 20px;
    position: relative;
    top: -210px;
    z-index: 11;
}

.china-post .hsmb:hover {
    /* opacity: 1; */
    background: rgba(0, 0, 0, 0);
    /* display: none; */
}

.business {
    padding-top: 26px;
}

.develop1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon23 {
    /* width: 399px; */
    display: flex;
    justify-content: space-around;
    position: relative;
    top: -150px;
}

.icon1 {
    width: 54px;
    height: 54px;
    /* padding-left: 111px; */
    /* padding-top: 58px; */
}

.icon1 img {
    width: 100%;
}

.develop {
    width: 399px;
    /* width: 298px; */
    height: 207px;
    background: linear-gradient(rgb(13, 158, 78) 2.74606e-14%, rgb(0, 86, 38) 100%);
    /* background: linear-gradient(180deg, #1d62ab, #1a4a7c); */
}

.develop h4 {
    /* width: 399px; */
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: Microsoft YaHei;
    position: relative;
    top: -130px;
}

.develop:hover {
    background: linear-gradient(rgb(10, 193, 92) 2.74606e-14%, rgb(1, 117, 52) 100%);
}

.yzbjt {
    width: 158px;
    height: 207px;
    opacity: 0.03;
    background-image: url("/res/software1/structure/23123184.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    filter: brightness(50%) contrast(150%) invert(100%) saturate(0%);
}

.middleground {
    height: 550px;
    border-radius: 6px 6px 0px 0px;
    background-image: url("/res/software1/structure/23124066.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 91px;
}

.ability {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.platform1 {
    width: 269px;
    padding-top: 42px;
}

.platform1:hover h5,
.platform1:hover p {
    color: #009e55;
}

.platform1 .icone1 {
    width: 71px;
    height: 71px;
    padding-left: 96px;
}

.platform1 .icone1 img {
    width: 100%;
}

.platform1 h5 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #0a0a0a;
    padding-top: 13px;
}

.platform1 p {
    font-size: 14px;
    color: #0a0a0a;
    line-height: 30px;
    padding-top: 27px;
}

.innovate1 {
    height: 450px;
    background-image: url("/res/software1/structure/23127535.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: unset;
    filter: hue-rotate(306deg);
    inset: 0px;
}

.innovat2 {
    display: flex;
}

.news2 {
    width: 206px;
    height: 282px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.40);
}

.news2 img {
    width: 100%;
}

.achievement h3 {
    width: 168px;
    height: 39px;
    font-size: 28px;
    font-weight: bold;
    text-align: LEFT;
    color: #ffffff;
    padding-top: 106px;
}

.achievement h4 {
    width: 317px;
    height: 22px;
    opacity: 0.3;
    border-radius: 0px;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Microsoft YaHei" -Bold;
    font-weight: normal;
    text-align: LEFT;
    color: #f2f2f2;
}

.achievement p {
    width: 313px;
    height: 60px;
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 34px;
}

.achievement i {
    opacity: 0.5;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Normal;
    color: #ffffff;
    line-height: 30px;
    padding-top: 27px;
}

.maodianlj {
    width: 10px;
    position: fixed;
    z-index: 10;
    right: 55px;
    top: 40%;
}

.maodianlj .bse {
    background: #0d9e4e;
}

.maodianlj span:hover {
    background: #0d9e4e;
}

.maodianlj span {
    width: 9px;
    height: 9px;
    background: #d8d8d8;
    border-radius: 50%;
    display: inline-block;
}

/* 新闻中心 */
.contente1 {
    background: #ffffff;
    position: relative;
    margin-top: -150px;
    padding-bottom: 30px;
    min-height: 600px;
}

/* 路径 */
.path1 {
    padding-top: 16px;
    padding-left: 52px;
}

.path1 .tub {
    position: relative;
    top: -2px;
}

.path1 a {
    font-size: 12px;
    font-weight: normal;
    text-align: LEFT;
    color: #2a2a2a;
}

.path1 span {
    color: #2a2a2a;
    opacity: 0.8;
}

.box2 {
    display: flex;
}

.clearfix {
    padding-top: 29px;
    padding-left: 48px;
    width: 160px;
}

.box4 h2 {
    width: 160px;
    height: 44px;
    background: #0d9e4e;
    font-size: 20px;
    font-weight: bold;
    text-align: CENTER;
    color: #ffffff;
    line-height: 44px;
}

.box4 li {
    width: 160px;
    height: 55px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 55px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.box4 #CurrentlyNode {
    width: 160px;
    height: 55px;
    display: inline-block;
    background: #e6f5ed;
    color: #0d9e4e;
}

.box4 li a {
    display: block;
    /* padding-left: 33px; */
    position: relative;
    color: #000;
    margin-right: 10px;
}

.box4 li #CurrentlyNode:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0d9e4e;
    border-right: 1px solid #0d9e4e;
    transform: rotate(-45deg);
    -webkit-transform: rotate(47deg);
    position: relative;
    right: -25px;
    /* right: -30px; */
}

.rightt21 {
    width: 980px;
    padding-top: 20px;
}

.rightt21 li {
    height: 190px;
    padding-top: 20px;
    margin-left: 40px;
    margin-right: 35px;
    border-bottom: 2px solid #f5f5f5;
}

.rightt21 .leftw1 {
    width: 263px;
    height: 167px;
    float: left;
    padding-right: 20px;
}

.rightt21 .leftw1 img {
    width: 100%;
    height: 100%;
}

.rightt21 .rightq1 h3 {
    height: 25px;
    font-size: 18px;
    font-family: "Microsoft YaHei", "Microsoft YaHei" -Bold;
    font-weight: bold;
    text-align: JUSTIFY;
    color: #282828;
    line-height: 25px;
}

.rightt21 .rightq1 p {
    height: 110px;
    opacity: 0.5;
    font-size: 14px;
    color: #2e2e30;
    line-height: 28px;
    padding-top: 13px;
}

.rightt21 .sj span {
    opacity: 0.5;
    font-size: 14px;
    color: #000000;
}

.popuer {
    display: flex;
}

/* .popup1 {
    width: 133px;
  } */
.advantage {
    margin-top: 306px;
    margin-left: 241px;
}

.wisdomw {
    margin-top: 213px;
    margin-left: 225px;
}

.markett1 {
    margin-top: 388px;
}

.titlew1 {
    width: 133px;
    height: 50px;
    background: rgb(13 158 78 / 0.2);
    display: flex;
}

.titlew1 h3 {
    font-size: 18px;
    font-weight: bold;
    color: #0d9e4e;
    margin: auto;
}

.titlew1 h3:hover {
    color: #fff;
}

.dotse:hover {
    background: rgb(255 255 255 / 0.2);
}

.dotse .dotse1:hover {
    background: #fff;
}

.dotse {
    width: 31px;
    height: 31px;
    background: rgb(13 158 78 / 0.2);
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    margin-top: 14px;
    margin-left: 50px;
    animation: blink 2s infinite;
    /* 闪烁动画 */
}

@keyframes blink {
    0% {
        background: rgb(13, 158, 78, 0.2);
    }

    50% {
        background: rgb(13, 158, 78, 0);
    }

    100% {
        background: rgb(13, 158, 78, 0.2);
    }
}

.dotse .dotse1 {
    width: 14px;
    height: 14px;
    opacity: 0.8;
    background: #0d9e4e;
    border-radius: 50%;
}

.framew {
    display: none;
    width: 1129px;
    height: 600px;
    background-image: url("/res/software1/structure/231122497.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 135px;
    z-index: 100;
}

#framew {
    margin-left: -200px;
}

#framew1 {
    margin-left: -566px;
}

#framew2 {
    margin-left: -688px;
}

.framew .xx {
    width: 15px;
    height: 15px;
    padding-top: 11px;
    float: right;
    padding-right: 14px;
}

.framew .xx img {
    width: 100%;
}

.framew h3 {
    font-size: 28px;
    font-family: 楷体, 楷体-Bold;
    font-weight: normal;
    text-align: center;
    color: #000000;
    padding-top: 61px;
    margin-bottom: 15px;
}

.neir {
    width: 900px;
    /* width: 995px; */
    padding-left: 50px;
    /* height: 460px; */
    padding-top: 31px;
    margin: 0 auto;
    overflow-y: auto;
}

.neir h4 {
    font-size: 20px;
    color: #0d9e4e;
    font-weight: bold;
    padding-top: 20px;
}

.neir p {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Normal;
    font-weight: normal;
    text-align: JUSTIFY;
    color: #2E2E30;
    line-height: 30px;
}

.neir p span {
    font-size: 15px;
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border-radius: 5px;
}

.rightt22 {
    width: 980px;
}

.rightt22 li {
    padding-top: 30px;
    margin-left: 40px;
    margin-right: 35px;
}

.rightt22 li h3 {
    font-size: 18px;
    color: #0d9e4e;
    font-weight: bold;
}

.rightt22 li p {
    font-size: 14px;
    font-weight: normal;
    text-align: LEFT;
    line-height: 30px;
}

.new_list {
    width: 980px;
    padding-top: 15px;
}

.new_list li {
    background: none;
    position: relative;
    margin-top: 20px;
    margin-left: 51px;
    padding-left: 30px;
    font-size: 16px;
    /* overflow: hidden; */
    zoom: 1;
    height: 20px;
    line-height: 20px;
}

.new_list li::before {
    content: "";
    background: #0d9e4e;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 9px;
    left: 5px;
    border-radius: 4px;
}

.new_list li a {
    color: #333333;
}

.new_list li #ReportIDIssueTime {
    float: right;
    width: 95px;
    opacity: 0.5;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Normal;
    font-weight: normal;
    text-align: LEFT;
    color: #333333;
}

.new_liste1 {
    width: 900px;
    padding-top: 15px;
    margin-left: 60px;
}

.wwrw2 {
    width: 900px;
    padding-left: 60px;
    padding-top: 15px;
}

.wwrw2 li {
    padding-top: 10px;
}

.wwrw2 p {
    padding-top: 7px;
    color: #ccc;
}

.wwrw2 span {
    font-size: 16px;
    line-height: 30px;
    color: #0d9e4e;
}

.wwrw2 .jiac {
    font-size: 16px;
    color: #000;
}

li#PageNum span {
    background: #177a1e;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}


li#PageNum a {
    padding: 4px 9px;
    border: 1px solid #EAEAEE;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 10px;

}

#PageNum #go {
    display: none;
}

.new_text {
    width: 900px;
    padding-left: 60px;
    padding-top: 30px;
}

.new_text #ReportIDname {
    width: 900px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #282828;
}

.new_text .ly {
    opacity: 0.5;
    font-size: 14px;
    text-align: center;
    color: #2e2e30;
    border-bottom: 1px solid #c2bebe;
    padding-bottom: 15px;
    padding-top: 39px;
}

.new_text #ReportIDtext {
    display: inline-block;
    margin-top: 20px;
}

.new_text #ReportIDtext img {
    /* padding: 15px 0; */
    margin: -10px 0 -15px 0;
}

.new_text p {
    text-align: LEFT;
    color: #2e2e30;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 20px;
}

.new_text span {
    /* font-family: 微软雅黑; */
    font-family: 微软雅黑 !important;
}

.keji {
    width: 900px;
    height: 30px;
    padding-top: 30px;
    margin-left: 40px;
    margin-bottom: 25px;
}

.keji ul {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
    margin-right: 30px;
}

.keji .luse a {
    color: #0d9e4e;
    font-weight: bold;
}

.keji li {
    margin-left: 0;
    font-size: 16px;
}

.new_list #PageNum::before {
    width: 0px !important;
}

.rightt22 #CurrentlyNode {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 200%;
    padding: 0px 0px 15px 0px;
}

.new_text #ReportIDtext .juz {
    text-align: center;
}

.kong {
    text-align: center;
    margin-top: 70px;
}

.kong h2 {
    padding-top: 20px;
}

.yiddanne {
    display: none;
}

@media screen and (max-width: 769px) {
    .sskk .search {
        display: none !important;
    }
}

@media screen and (min-width: 769px) {
    .diz {
        display: none;
    }
    .foot p a br {
        display: none;
    }
}

/* 移动端自适应 */
@media screen and (min-width: 320px) and (max-width: 768px) {

    /* 首页 */
    .news {
        margin-top: 0px !important;
        height: 410px !important;
        z-index: 99 !important;
    }

    .zsytb {
        background: #006d42;
        position: relative !important;
        margin-top: 0px !important;
    }

    .maodianlj {
        display: none;
    }

    .develop1 {
        flex-direction: column;
    }

    .w12 {
        width: auto !important;
    }

    .w1200 {
        width: auto !important;
    }

    .nav_20 .diz {
        display: block !important;
        width: 30px;
        height: 40px;
        position: absolute;
        right: 55px;
        top: 15px;
    }
    .folder-cont {
        width: auto !important;
        padding: 0px 25px;
        background: #fff !important;
    }
    .yiddanne {
        display: block !important;
        width: 30px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .yiddanne span {
        width: 100%;
        display: block;
        height: 3px;
        position: absolute;
        top: 19px;
        left: 0px;
        background: #ffffff;
        transition: all 0.5s;
        transform: rotate(0deg);
    }

    .yiddanne::before {
        top: 11px;
        bottom: none;
    }

    .yiddanne::after,
    .yiddanne::before {
        position: absolute;
        left: 0px;
        bottom: 10px;
        height: 3px;
        width: 100%;
        content: '';
        display: block;
        background: #ffffff;
        transform-origin: left;
        transition: all 0.5s;
    }

    .nav_20 {
        width: auto !important;
        float: left !important;
    }

    .nav_20 ul {
        left: 0;
        width: 100%;
        height: 450px;
        position: absolute;
        z-index: 999;
        background: #fff;
        top: 64px;
        transition: all 0.6s;
        /* overflow-y: scroll; */
    }

    .nav_20 li {
        float: none !important;
        border-bottom: 1px solid #006d46;
        line-height: 40px;
        padding: 0 0px !important;
    }

    .nav_20 li a {
        color: #000;
        font-weight: bold;
        padding-left: 20px;
    }

    .nav_20On {
        left: 0% !important;
    }

    .kuane1 {
        display: none;
    }

    .tianj {
        display: none;
    }

    .nav_20 li .home {
        display: inline-block;
        width: 97%;
    }

    .nav_20 li #CurrentlyNode,
    .nav_20 li #CurrentlyPathNode {
        display: inline-block;
        width: 100%;
        padding: 3px 0px !important;
    }

    .inner_width {
        z-index: 101 !important;
    }


    .three1 {
        justify-content: space-around;
    }

    .develop1 {
        max-width: 380px;
        margin: 0 auto;
        align-content: space-around;
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;

    }

    .develop {
        width: auto !important;
        padding: 7px;
        /* padding: 10px; */
        margin: 6px 6px;
        height: 160px !important;
    }
    .yzbjt {
        width: 100px !important;
        height: 180px !important;
    }
    .middleground {
        margin-top: 20px !important;
    }
    .foot {
        width: auto !important;
    }

    #inner_right a {
        border-right: 0px solid #D8D8DC !important;
        padding: 0 0px !important;
        font-size: 14px;
    }

    #inner_right .yinc {
        display: none;
    }

    .kuan {
        /* max-width: 390px !important; */
        width: auto !important;
        padding: 0 15px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .picture1 {
        display: none;
    }

    .news1 {
        width: auto !important;
        height: 85px !important;
        justify-content: flex-start !important;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.11) !important;
        border-bottom: 1px solid #cccccc;
        margin: 0 5px;
        background: #f5f5f5 !important;
    }

    .title1 h3 {
        font-size: 21px !important;
        top: -15px !important;
    }

    .w1 {
        width: auto !important;
    }

    .yidong12 .leftl1 .swiper-slide {
        width: 370px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    #inner_right {
        width: 50%;
    }

    .title1 h2 {
        padding-top: 15px !important;
    }
    .title1 #name img {
        width: 100px !important;
        height: auto !important;
    }
    .title1 #name1 img {
        width: 200px !important;
        height: auto !important;
    }
    .title1 #name2 img{
        width: 120px !important;
        height: auto !important;
    }
    .title1 #name3 img{
        width: 120px !important;
        height: auto !important;
    }

    .platform1 {
        width: auto !important;
        padding-top: 0px !important;
        padding: 0 25px;
    }

    .platform1 .icone1 {
        display: none;
    }

    .platform1 h5 {
        text-align: left !important;
    }

    .platform1 p {
        padding-top: 5px !important;
    }

    .innovate1 {
        height: 288px !important;
    }

    .achievement {
        margin: 0 auto;
    }

    .achievement h3 {
        padding-top: 50px !important;
    }
    .achievement h3 img {
        width: 120px !important;
        height: auto !important;
    }
    .foot p {
        line-height: 20px;
    }

    .more1 {
        margin-top: 0px !important;
    }

    .china-post {
        height: auto !important;
        margin-bottom: 10px !important;
        /* padding-top: 15px;
        padding-bottom: 15px; */
        padding-top: 120px;
        padding-bottom: 20px;
        /* background: #f5f5f5 !important; */
    }
    .business {
        padding-top: 0px;
    }

    .china-post .hsmb {
        height: auto !important;
    }
    .china-post h3 {
        font-size: 20px;
    }
    .china-post h3,
    .china-post p {
        top: 0 !important;
        /* color: #000; */
    }

    /* .china-post h3 {
      text-align: center !important;
          padding-left: 0px !important;
    } */
    .china-post p {
        padding-top: 0px !important;
        height: auto !important;
        line-height: 22px;
        font-size: 15px;
    }

    .news1 h3 {
        height: 25px !important;
        width: 316px;
    }

    .news1 p {
        width: auto;
    }

    /* 新闻中心 */
    .box2 {
        flex-direction: column;
    }

    .rightt21 {
        width: auto !important;
    }

    .rightt21 li {
        height: auto !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .rightt21 .leftw1 {
        display: none;
    }

    .rightt21 .rightq1 h3 {
        height: auto !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: auto;
    }

    .rightt21 .rightq1 p {
        height: auto !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: auto;
    }

    li#PageNum a {
        display: inline-block;
        margin-bottom: 10px;
    }

    .path1 {
        display: none;
    }

    .clearfix {
        padding-top: 0px !important;
        padding-left: 15px !important;
        padding-right: 15px;
    }

    .box4 ul {
        display: flex;
        justify-content: flex-start;
        /* justify-content: space-evenly; */
    }

    .box4 h2 {
        display: none;
    }

    .clearfix {
        width: auto !important;
    }

    .box4 #CurrentlyNode {
        width: auto !important;
        padding: 0px 10px;
    }

    .box4 li #CurrentlyNode:after {
        display: none;
    }

    .box4 li {
        width: auto !important;
    }

    .box4 li a {
        padding: 0 4px;
    }

    /* 服务集团战略 */
    .rightt22 {
        width: auto !important;
    }

    .neir {
        padding-left: 0px !important;
        width: auto !important;
        padding: 15px 15px !important;
    }

    /* 新闻详细页 */
    .new_text {
        width: auto !important;
        padding-left: 15px !important;
        padding-right: 15px;
    }

    .new_text #ReportIDname {
        width: auto !important;
    }

    .new_text #ReportIDtext img {
        width: 100% !important;
        height: auto !important;
    }

    /* 科技创新 */
    .new_list {
        width: auto !important;
        padding: 10px 15px;
    }

    .keji {
        width: auto !important;
        margin-left: 15px !important;
    }

    .rightt22 #CurrentlyText table {
        width: auto !important;
        margin-left: 15px !important;
    }

    .rightt22 #CurrentlyText tbody tr {
        display: flex;
        flex-direction: column;
    }

    .newsew .swiper-slide {
        padding: 5px 0;
        background: #f5f5f5 !important;
    }

    .centere1 {
        height: 350px !important;
    }

    .rightt22 li {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    /* 党建 */
    .new_list li {
        display: flex;
        flex-direction: column;
        margin-left: 0px !important;
        padding-left: 15px !important;
        height: auto;
        border-bottom: 1px solid #ccc;
    }

    .new_list #PageNum {
        display: block;
        border-bottom: 0px solid #ccc !important;
    }

    .new_list li #ReportIDIssueTime {
        padding-top: 5px;
    }

    .buyaoxhx li {
        border-bottom: 0px solid #ccc !important;
    }

    /* 关于我们 */
    .wwr {
        width: auto !important;
        padding: 20px 15px 0px 15px !important;
    }

    #container {
        width: auto !important;
        height: 450px !important;
    }

    .wwr p img {
        width: 100% !important;
    }

}

@media screen and (max-width: 769px) {
    .news {
        display: none !important;
    }
}

@media screen and (min-width: 769px) {
    .newsew {
        display: none;
    }
}